body, p{
  margin: 0px;
}
p{
  background-color: lightBlue;
}

#p1{
  margin-bottom: 30px;
}

#p2, #p3{
  margin-top: 50px;
}
/*50px entre p1 et p2*/